updated
authorHans Breuer <hans@breuer.org>
Fri, 29 Oct 2004 21:43:40 +0000 (21:43 +0000)
committerHans Breuer <hans@src.gnome.org>
Fri, 29 Oct 2004 21:43:40 +0000 (21:43 +0000)
2004-10-29  Hans Breuer  <hans@breuer.org>

* makefile.msc : updated

gdk-pixbuf/ChangeLog
gdk-pixbuf/makefile.msc

index ed6dd29fbd614fc513395d83999a373fd4f40003..effae314b71f992278b35aaebcc348adc6502a23 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-29  Hans Breuer  <hans@breuer.org>
+
+       * makefile.msc : updated
+
 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.5.4 ===
index 2a8f30c5b5c8bcdcfdddc2a70b9567fd45c20cc8..842a83732f105a2825562527d8b3e20654e47b21 100644 (file)
@@ -64,10 +64,13 @@ gdk_pixbuf_headers =        \
        gdk-pixbuf-transform.h
 
 gdk-pixbuf-marshal.h: gdk-pixbuf-marshal.list
-       ..\..\glib\gobject\glib-genmarshal --prefix=gdk_pixbuf_marshal gdk-pixbuf-marshal.list --header >gdk-pixbuf-marshal.h
+       ..\..\glib\gobject\glib-genmarshal --prefix=_gdk_pixbuf_marshal gdk-pixbuf-marshal.list --header >gdk-pixbuf-marshal.h
 
-gdk-pixbuf-marshal.c: gdk-pixbuf-marshal.list
-       ..\..\glib\gobject\glib-genmarshal --prefix=gdk_pixbuf_marshal gdk-pixbuf-marshal.list --body >gdk-pixbuf-marshal.c
+gdk-pixbuf-marshal.c: gdk-pixbuf-marshal.h gdk-pixbuf-marshal.list
+       ..\..\glib\gobject\glib-genmarshal --prefix=_gdk_pixbuf_marshal gdk-pixbuf-marshal.list --body >gdk-pixbuf-marshal.c
+
+gdk-pixbuf-alias.h: gdk-pixbuf.symbols
+       perl makegdkpixbufalias.pl < gdk-pixbuf.symbols > gdk-pixbuf-alias.h
 
 ## common stuff
 
@@ -83,8 +86,9 @@ sub-pixops :
 ## targets
 all : \
        $(PRJ_TOP)\config.h \
-       gdk-pixbuf-marshal.c \
+       gdk-pixbuf-alias.h \
        gdk-pixbuf-marshal.h \
+       gdk-pixbuf-marshal.c \
        sub-pixops \
        lib$(PACKAGE)-$(PKG_VER)-0.dll \
        $(PACKAGE)-$(PKG_VER)s.lib \
@@ -144,4 +148,9 @@ $(PRJ_TOP)\config.h: $(PRJ_TOP)\config.h.win32
 
 clean::
        del config.h
+       del gdk-pixbuf-marshal.h
+       del gdk-pixbuf-marshal.c
+       del gdk-pixbuf-alaias.h
+
+